Check profit (period of time) if< your amount place a trade, if> your amount close all trades (if yow want to stop trading), then the next it will start again.
Posts made by jstap
-
RE: Accoun Balanceposted in General Discussions
-
RE: K2 Forex Bot ( Free Downlaod )posted in Tutorials by Users
Martingale bots are dangerous, the green lines on the graph is a big equity drop, so major drawdown. Only a large account could take it, and you would get a minimal return.
-
RE: Buy only Sell only MT5posted in Questions & Answers
Is quite hard to say with out a specific problem, from that project it looks like when if set to both it will only do so if the 2 time bomb blocks are showing a signal, but they can't at the same time, so if you want a buy/sell at the same time regardless of the timebomb signal , you would have to link 1 out, by timebomb up/down activating a buy and a sell.
-
RE: ATR Multiplierposted in Questions & Answers
Not 100% sure what you mean, as with your candle ID's create a constant to add to this box, if you want to adjust the ATR putt * constant into into the adjust box, constant being the name you called your constant.
-
RE: withdraw one third of the profit each month (backtest)posted in Questions & Answers
Ok, but you divide pnl by3, so do you not want to check the withdraw amount?
-
RE: withdraw one third of the profit each month (backtest)posted in Questions & Answers
Never used this, looks like it should work though, do you want to check the amount to withdraw is a positive number first?
-
RE: Buy only Sell only MT5posted in Questions & Answers
@sktsec His condition didn't have text, it was yousef builder that did.
-
RE: Buy only Sell only MT5posted in Questions & Answers
It does read it as int, never tried as text though
-
RE: Buy only Sell only MT5posted in Questions & Answers
@merajmusic It is how the logic is set up, if all is correct for a sell place a sell, but if you want both there is no yellow connection linking back to "BOTH", you either link back like the picture, or you make the choice above your buy/sell trees. It depends on how you want this set up to work.

-
RE: Buy only Sell only MT5posted in Questions & Answers
@sktsec you do not need to select int any ware, because it is using the ENUM data type, all you need is ENUM and the named type. In the other blocks you need numeric not text.
-
RE: Buy only Sell only MT5posted in Questions & Answers
Add a shared link to look at, it should work for both. If you down load my project above and select BOTH then the displayed text reflects it.
-
RE: Guys, i can't make payment via paypal. Any help?posted in Bug Reports
Not sure PayPal has always worked for me. if you click back to main page button at the top of this page, you can message support and they should be able to sort
-
RE: Accoun Balanceposted in General Discussions
on trade tab - position closed by TP - for each closed position - modify variable (TP from a loop (to get the last trades TP price)
-
RE: Emergency close positions in loss . will it work ?posted in Questions & Answers
Add a shared link rather than pictures (so inside blocks can be seen). On init like that will fix the result of the calculation in the variable, then you can use on tick. Pink above modify will put anything from a pink loop into the variable, Single blocks don't work so a pass would be needed, you can avoid the pass if you already have blocks in the tab by connecting above or below, things like a comment block are not affected by another blocks output, and don't commit an output them selves, So the use of a block above or below depends on weather they can be affected or cause an effect with what they are connected to.
-
RE: New position, same SL(price)posted in Questions & Answers
pink for each closed trade/position above buy block, then in buy block, SL is from a loop (which will get the last closed trade SL)
-
RE: Emergency close positions in loss . will it work ?posted in Questions & Answers
probably, account equity x 0.9 with no adjust will work (is the best way to get 90%)
