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.
Posts made by jstap
-
RE: Is It Possible To Import a READY MADE CUSTOM INDICATOR TO FURTHER Create a New Oneposted in Tutorials by Users
-
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...
-
RE: 转换器问题posted in Questions & Answers
Depends on what you mean... the EX file is locked, the MQ file can be... the code in blocks comes with the MQ file but inside blocks is locked... sections can be used in custom code... what exactly do you need?
-
RE: SCALE AND MARTINGALE AT THE SAME TIMEposted in Questions & Answers
You need your check to go through the no trade to stop too many trades.

-
RE: SCALE AND MARTINGALE AT THE SAME TIMEposted in Questions & Answers
Why? To help the reasons why it needed to be different or what is wrong is needed.
-
RE: how to fix an EA that generates double lotsposted in Questions & Answers
Looks ok, but what tree is causing the extra trade? Switch blocks off and test to see where the problem is...