- Search Energy EXCH
- 47 Results
- RIKc replied Oct 21, 2025
divide 4346 by 50. Round to the nearest higher whole number and multiply by 50, you get 4350. Round to the nearest lower whole number and multiply by 50, you get 4300. Use function MathCeil and MathFloor
I will code your EAs and Indicators for no charge
- RIKc replied Oct 21, 2025
In that case, how does the construction of the depression with the number 395 or 602 differ from what I drew?
I will code your EAs and Indicators for no charge
- RIKc replied Oct 20, 2025
I showed in the picture that the price passed the minimum step specified in the settings (360), but the indicator did not draw a zigzag there.
I will code your EAs and Indicators for no charge
- RIKc replied Oct 19, 2025
Can someone fix the indicator? A version of ZigZag where the step size for changing the segment's direction is specified in price points. The indicator doesn't skip some extremes.
I will code your EAs and Indicators for no charge
- RIKc replied May 25, 2024
it's just a piece of code. lay it out completely. Attach a picture from the terminal
I will code your EAs and Indicators for no charge
- RIKc replied Apr 14, 2024
There are too many parameters being passed
I will code your EAs and Indicators for no charge
- RIKc replied Apr 13, 2024
int j=0; for(int h=0; h<ArraySize(opSym); h++) { for(int i=j; i<ArraySize(trSym); i++) { if(opSym[h]!=trSym[i]) { j=i; ArrayResize(nonOpSym,ArraySize(nonOpSym)+1); nonOpSym[ArraySize(nonOpSym)-1]=trSym[i]; break; } } }
I will code your EAs and Indicators for no charge
- RIKc replied Apr 13, 2024
Why? if(opSym[h]!=trSym[i]) continue;
I will code your EAs and Indicators for no charge
- RIKc replied Jan 14, 2024
Can someone fix the indicator so that it doesn't load the processor too much?
I will code your EAs and Indicators for no charge
- 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