Click the link
Posts made by jstap
-
RE: turn on/Off buy & sell blocksposted in Questions & Answers
save morning balance, /100*x.xx will give you the % to make or lose in a day saved to a variable. Then where the constants are in the above picture, add the variable, or -variable (name) in the loss block. If you put this together in a project, add a shared link and I'll check it for you
-
RE: turn on/Off buy & sell blocksposted in Questions & Answers
if the target is reached all trades will close and no new ones will be placed. That will work with a fixed value, once working work out the % value in a variable, when needed, if you are not sure how just ask
-
RE: Building a bot to look for Wicksposted in Questions & Answers
In a condition block candle 1 upper/lower wick => than a number of pips, or use single candle template %
-
RE: EA that has to handle orders/orders a couple at a timeposted in Questions & Answers
In blocks, you can set it to any symbol, or specified as it is standard.

-
RE: MT5 Very simple news filterposted in Tutorials by Users
Ok, so then the next event is always 0?
-
RE: turn on/Off buy & sell blocksposted in Questions & Answers
Your link is just the builder page, you probably want to do this:

-
RE: Help with Complex Trading Strategiesposted in General Discussions
The instructions pages offer a good start, any question you ask here will be answered, and my book gives lots of information. There aren't many other places though.
-
RE: Chart Time Price To X Yposted in Questions & Answers
Time and price need to contain a value that it can convert to x & y
-
RE: EA that has to handle orders/orders a couple at a timeposted in Questions & Answers
I would suggest not using that block, get it working on 1 symbol, then open other charts and try it on there. If this is working as needed you could then add the change market, I wouldn't bother though
-
RE: Time Bomb and backtestingposted in Questions & Answers
If you click the ? for the block it tells you why, it has something to do with backtest time not working the same as real-time
-
RE: Project is finished, someone can check it??posted in Questions & Answers
It looks ok, above your second position block have a pink if trade looking at the last open position, in the position block in a loop get the tp value
-
RE: Lot sizes based on RSI levels???posted in Questions & Answers
They can all be connected to 1, is about if you only want these actions to happen if there is 0 trades
-
RE: Indicators not showing on MT4posted in Questions & Answers
The settings will only show when the test is finished. On MT4 (MT5 is probably the same) create a template with the same name as your EA, containing all the indicators & settings you need, and this will automatically load
-
RE: MT5 Very simple news filterposted in Tutorials by Users
Check if 0 is the next event (I think it could be in the past)
-
RE: 'Once per minutes' blockposted in Questions & Answers
I am unsure why, I have never seen this on MT4, maybe ask admin from the main page
-
RE: 'Once per minutes' blockposted in Questions & Answers
Add a shared link rather than a picture to look at.