No worries
Posts made by jstap
-
RE: Why isn't the MT5 Donchian Channel Indicator working? Lots of Picsposted in Questions & Answers
Looks like it should work, have you tried another indicator? Maybe this will say weather that indicator is the problem...
-
RE: Can somebody please help?posted in Questions & Answers
What is this not doing correctly? you need to limit the orders placed with a check pending orders block.
-
RE: How to add a block for closing all trades at a specific timeposted in Questions & Answers
Little bit different depending on DST change and your country... if this is taken into consideration you would need a custom code block (AI can create this for you), 5min before is close for comfort as close will some times happen 15min before, the time filter block will commit an action at your specific time daily so... time block - close block
-
RE: Is It Possible To Import a READY MADE CUSTOM INDICATOR TO FURTHER Create a New Oneposted in Tutorials by Users
Yes or not... but depending on what you mean yes it is possible, the indicator tab in your project page allows you to add indicators and then use it while creating the EA.
-
RE: Any Free Working EA For Scalping Gold?posted in General Discussions
You can create a free scalping EA here, but it will not be complete... just working. mql5 website has many but if good will cost to purchase. Your best bet is to decide on a strategy, create, test, test... then you may get a working EA.
-
RE: Trailing struggleposted in Questions & Answers
It is just how you have shown, pip rules will change to pips, but every other asset will use points.
where it says pips will be points depending on the asset and pip rule settings

-
RE: Trailing struggleposted in Questions & Answers
Then don't set a stop, if stop is 0 than when the trail activates it will set the stop to the distance set in the settings.
-
RE: Trailing struggleposted in Questions & Answers
Stop loss is a fixed stop position at open (although you can add later), trailing stop is the stop that moves with price as the settings allow.
-
RE: New here and have a simple questionposted in Questions & Answers
that is quite simple... start with... no position block - condition block - buy/sell block. Watch on backtest then you can add to the condition...
-
RE: Trailing struggleposted in Questions & Answers
Not sure what do you mean, you need to workout once triggered though in that project you don't have a start, how far behind and how often the stop is moved... if you need more advice on how it works just ask... you can't add to a positions size without opening a new trade so adding volume on open is often best.
-
RE: Trailing struggleposted in Questions & Answers
Is easier to see if you add a shared link... you do not need the for each position block - you still need a value in the trailing pips box - trail wont start until start, but it will then move to the trail stop distance and every step in a positive direction move to the stop distance.
-
RE: How do I find the highest and lowest levels for each Monday?posted in Questions & Answers
I would filter each Tuesday, then get the candle ID 1 high and low and save to a variable that I change on the following Tuesday.
-
RE: Stuck on Process - What's next after FXDreema?posted in General Discussions
I agree, assets all tend to act similar if they are the same type, following trend can eliminate losses as as long as the direction is correct after the pull back profit is next, as for backtest data, this can help but live trading is the only real way to test a strategy.
-
RE: Pip vs Pointposted in Questions & Answers
@Frankyennis instead of trying to push someone in to another app, at least say what it does...
-
RE: Pip vs Pointposted in Questions & Answers
I just mean use bigger numbers in the pip box, you should be able to change the pip rules but you will need to test and ask AI what values to use.
-
RE: Pip vs Pointposted in Questions & Answers
That is why I don't do it, I just use the bigger number in the pips box.
-
RE: Pip vs Pointposted in Questions & Answers
Metals, indexes etc, anything other than forex will work as points rather than pips in blocks. You have 2 options, 1 is to add the name in pip rules, 2 and how I use them is to drag the cross hair (ctrl f) across the screen, and use the points number as the pips distance to use in blocks...