Start by defining what/how you class triend, get ea working with this, then you can move on to the rest.
Posts made by jstap
-
RE: Open a position based on trend/movement.posted in Questions & Answers
-
RE: money management systemposted in Questions & Answers
You haven't got a consecutive block, basically if consecutive win add to lot variable, if not leave and at some point reset to a smaller value.
-
RE: objects on the chartposted in Questions & Answers
Good question but is there, have you named the object?
-
RE: Buffer failure in the codeposted in Questions & Answers
Put that indicator into a comment to make sure you have a value, then test using different settings, maybe try something like MA, just to see how it works.
-
RE: send order on bar closeposted in Questions & Answers
Is possible easiest way is to use next candle open.
-
RE: close position/order does not workposted in Questions & Answers
Everything under no position stops working as soon as a trade is placed.
-
RE: MY SLOW BACKTEST PROBLEM SOLVED.posted in General Discussions
I don't know, maybe the EA having to count from 0 to x every time, I may be wrong though. Personally I make the setup as simple and logical as I can.
-
RE: MY SLOW BACKTEST PROBLEM SOLVED.posted in General Discussions
Normalize your block ID's, may make it faster but that higher number will almost certainly cause adverse affects, your modify colours and properties should be on the on init tab, this means they will only work when EA is started (initiated).
-
RE: HOW CAN I DO THISposted in Questions & Answers
You have to find a custom indicator doing this, or find a coder to create it.
-
RE: HOW CAN I DO THISposted in Questions & Answers
You can't do it on fx, you will need a custom indicator
-
RE: Apply same setting for all pairsposted in Questions & Answers
You will likely need to save then read as a global variable.
-
RE: dropdown multipair doesn't work at MT5posted in Questions & Answers
Creating enum lists is the same for MT5 as MT4, once you have this working you can add any condition you want under.
-
RE: ichimokuposted in Questions & Answers
Set up a few blocks, a is >b adjusted to x.xx pips, a is <b adjusted to x.xx pips
-
RE: How to enter trades Once per x pips instead of Once per Bar??posted in Questions & Answers
Pink for each trade->pips away->buy sell
