I have attached the custom indicator below. The input and buffers are really confusing. Can anyone get me through this?
https://drive.google.com/file/d/1XcEY1J29L3p60RJvE4PJPVAXuFfLQKw3/view?usp=sharing
Posts made by Rajesh Ram
-
need help to add custom indicatorposted in Questions & Answers
-
need some help to add a custom indicator to my EAposted in General Discussions
I have attached the custom indicator below. The input and buffers are really confusing. Can anyone get me through this?
https://drive.google.com/file/d/1XcEY1J29L3p60RJvE4PJPVAXuFfLQKw3/view?usp=sharing -
RE: Trailing Stop Mutiple Levels for Take Profit not working as expectedposted in Questions & Answers
@bluemoon so does this work fine now
-
RE: I have created an EA with macd and stochastic crossover strategyposted in Questions & Answers
okay, thank you u i will try this
also i have another question how can i create a wait condition?? -
if condition one is =yes then wait untill condition two...posted in Questions & Answers
@andyjames hello will this conditon apply if i want to check to indictors conditions
-
how to specify wait conditionposted in Questions & Answers
i am trying to create an ea which checks for macd crossover then waits till stochastic crossover and then perform certain action
here how can make the wait condition anyone has any idea -
RE: I have created an EA with macd and stochastic crossover strategyposted in Questions & Answers
so should i connect the pink block to buy/sell block right??
-
I have created an EA with macd and stochastic crossover strategyposted in Questions & Answers
Can anyone see if my block connections are right !?? thanks in advance
-
RE: candle idposted in Questions & Answers
@roar is this the correct way to check a condition for future candle
-
RE: EA-Backtesting works well but forward testing is not workingposted in Questions & Answers
now i figured it right. it's now working but i have to add a condition: if my macd line crosses above the signal line my ea should check if the next third candle's close is greater than the crossover candle's close if yes then go for buy and the vice versa for sell
so how can i modify my condition block. in this case any suggestions?? -
RE: Indicator cross widthposted in Questions & Answers
@shack11 hi this is the same problem i am facing now i think this would be solved with candle id. but not sure with this can someone clarify this..?!
-
EA-Backtesting works well but forward testing is not workingposted in Questions & Answers
Hello all,
I am just a newbie in fx. I am trying to build an ea using macd strategy. I tested my ea with strategy tester in mt4 it works quite well, but it does not take any orders when i forward test it in a demo account, is there any solutions for this. thanks in advance