- Search Energy EXCH
- RIKc replied Aug 5, 2023
Everything works. There are no problems with the indicator image
I will code your EAs and Indicators for no charge
- RIKc replied Aug 5, 2023
Someone can make a zigzag indicator. 1. It should build its vertices depending on the minimum number of points passed by the price (set in the parameters for example 12500) and put a label on the chart (red and yellow star). 2. If the price has ...
I will code your EAs and Indicators for no charge
- RIKc replied Sep 17, 2022
can be done if you assign a hotkey to the script
I will code your EAs and Indicators for no charge
- RIKc replied Sep 11, 2022
what are the conditions for uptrend and downtrend
I will code your EAs and Indicators for no charge
- RIKc replied Sep 7, 2022
see how it is done in the adviser at the link url or //+----------------------------------------------------------------------------+ void array_History() { int num,x=0;//,size=ArrayRange(закрытые_ордеры,0); // x=size-1; // if(size==0 || ...
I will code your EAs and Indicators for no charge
- RIKc replied Sep 3, 2022
Enter data on orders into an array. Sort the array Close orders using an array
I will code your EAs and Indicators for no charge
- RIKc replied Aug 1, 2022
I started to do, but it takes time.
I will code your EAs and Indicators for no charge
- RIKc replied Jul 31, 2022
create objects named like ObjectCreate(Time[i]+" Doji" to delete in a loop look for objects containing "Doji"
I will code your EAs and Indicators for no charge
- RIKc replied Jul 30, 2022
Why this question? Just describe your strategy and if this has not been done yet, surely someone will do it.
I will code your EAs and Indicators for no charge
- RIKc replied Jul 30, 2022
attach the text file with the code.
I will code your EAs and Indicators for no charge
- RIKc replied Jul 30, 2022
1. вы хотите удалить объект ObjectFind("Doji") при создании объектов ObjectCreate(DoubleToStr(i,0) +"label" 2. на графике при первом выполнении условия создается объект "1 метка". После последующего выполнения условия, поскольку объект уже создан, ...
I will code your EAs and Indicators for no charge
- RIKc replied Jul 14, 2022
This is a bad indicator. It depends on the scale of the graph. Do not use it.
I will code your EAs and Indicators for no charge
- RIKc replied Jul 12, 2022
Added alerts. Tweaked the code a little.
I will code your EAs and Indicators for no charge
- RIKc replied Jul 11, 2022
Check. TP and SL must now be entered as for the 5-digit.
I will code your EAs and Indicators for no charge
- RIKc replied Jul 10, 2022
who changes S/L and T/P when MT4 is closed? what does 10.5 pips mean?
I will code your EAs and Indicators for no charge
- RIKc replied Jul 3, 2022
Need add Alert(_Symbol+"....."); and compile file
I will code your EAs and Indicators for no charge
- RIKc replied Jul 1, 2022
need indicator Pipholic_SR
I will code your EAs and Indicators for no charge
- RIKc replied Jun 30, 2022
Are orders being opened correctly? I drew an area in front of which sell orders will be opened. Orders are opened when the price is 20 points above or below the low of yesterday.
I will code your EAs and Indicators for no charge
- RIKc replied Jun 30, 2022
added arrows for closing price.
I will code your EAs and Indicators for no charge