- Search Forex Factory
- 38 Results
- RIKc replied Oct 23, 2023
what is the name of this line. It is not in the indicator. The indicator is not compiled. Upload a working version of the indicator
I will code your EAs and Indicators for no charge
- RIKc replied Oct 21, 2023
Can someone add buffers to this indicator?
I will code your EAs and Indicators for no charge
- RIKc replied Aug 21, 2023
I know. What did you mean by that? So this open source code has been on the Internet for 10 years. I don't see any reason why it can't be used in new programs.
I will code your EAs and Indicators for no charge
- RIKc replied Aug 19, 2023
try adding another check if(SL!=0) if(OrderModify(OrderTicket(), OrderOpenPrice(), SL, OrderTakeProfit(), 0, CLR_NONE)){ Print("Stop Loss adjusted to ", pLockInPips, " pips"); PlaySound(gs144); }
I will code your EAs and Indicators for no charge
- RIKc replied Aug 19, 2023
made for BUY. Instead of iClose, you probably need to use Ask and Bid prices
I will code your EAs and Indicators for no charge
- RIKc replied Aug 19, 2023
draw on the graph what you need
I will code your EAs and Indicators for no charge
- RIKc replied Aug 8, 2023
We are all very happy for you. But no one knows this adviser and unfortunately there are no psychics here. Look for the answer to your question where you downloaded it or upload a file, preferably mq4
I will code your EAs and Indicators for no charge
- RIKc replied Aug 5, 2023
*.ex4 files cannot be edited. Need *.mt4 files
I will code your EAs and Indicators for no charge
- RIKc replied Aug 5, 2023
extern string comment="28"; OrderSend("NZDUSD",OP_BUY, Lot, MarketInfo("NZDUSD",MODE_ASK), 2, NULL, NULL, comment, 0, 0, CLR_NONE);
I will code your EAs and Indicators for no charge
- RIKc replied Aug 5, 2023
Everything works. There are no problems with the indicator
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 2, 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