Forum

Cannot access code for macd divergence indicator (attached)

I have an EA that works with macd divergence , however i can no longer access the code for macd divergence, its automatically opening with wordpad and showing gibberish on the screen. Whenever i run it on MT the indicator works fine but i can no longer access the code for it. Any advice would be

ordersend error 138... any advice would be appreciated

so i accidentally uploaded this to mql5, hopefully i can get a bit luckier here. Any help as to why no trades are being placed (no matter how low the time frame) would be appreciated. #property version "1.00" #property strict #property show_inputs #include <customfunctions01.mqh> int rsiPeriod =

order error 138. code attached help would be appreciated

So every time i try to backtest my code error 138 comes up and no trades are placed, no matter how low the timeframe. Would appreciate any feedback. #property version "1.00" #property strict #property show_inputs #include <customfunctions01.mqh> int rsiPeriod = 7; input double riskPerTrade = 0.01;

how to make my EA work with cryptocurrency?

Evening people. Second time posting and the feedback is incredible really pushing my learning along. so my final issue with this EA is i backtest it yet it places no trades at all. Sometimes ill see it says "limit" trade and even then it wont be filled. Below is my code and any corrections and advic

possible help with EA code

good evening people, i was wondering if i could get some advice off anybody regarding my code (see below) so one of the basic but important factors in my strategy is the EMAs (50 &200) when 50>200 buy and when 200>50 sell. i was wondering how i could exit a buy trade if the EMAs switch over while i

EA not working on cryptocurrencies and cant figure out why

guys some help on this issue would be massive. I havent been coding for too long but am putting in the work and doing all research i can. I havent managed to figure out this problem hense me asking here. So on mt5 there are somecrypto pairs, LTC/USD BTC/USD etc... however when i try to backtest my

trailing stoploss

Guys just a quick one. i have coded an EA but i am planning on adding a trailing stoploss to it. However im struggling to add it to my code. Has anyone got a code for a trailing stoploss they wouldnt mind sharing? thanks in advance