You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
any ways thanks for the help to re code this EA
yea i knew that would happen
yea i knew that would happen
Maybe I missed my goal with my previous post.
The code you provided keep setting a TP above the market price for a SELL and a SL below market price. Reverse for BUY, that will never work => Error 130.
Secondarily, a TP for a BUY is calculated from ask price, not from bid. If you want 300 points TP for example it should be :
TP = Ask + 300 * Point; // for a BUY
I changed still same result i think there is problem with EA
any ways thanks for the help to re code this EA
Forum on trading, automated trading systems and testing trading strategies
If you can't find what you need in the Codebase or the Market, then create a request in Freelance Service.
Maybe I missed my goal with my previous post.
The code you provided keep setting a TP above the market price for a SELL and a SL below market price. Reverse for BUY, that will never work => Error 130.
Secondarily, a TP for a BUY is calculated from ask price, not from bid. If you want 300 points TP for example it should be :
well the objective was to add reverse trade to options , he never spoke of SL, or TP :) i did not make any changes to that, so if there is a problem with that, it already had to exist before i modified the code , and i did not test it.