You only have 1/2 the words: ENUM_MA_METHOD
Posts made by jstap
-
RE: Import Indicatorposted in Questions & Answers
It wouldn't be bool because any other text than true/false would fail, the enum type appears to be correct, what does this do when you try to add?
-
RE: Multiple trades on custom indicatorposted in Questions & Answers
Make the changes I said and test you will see what I mean quickly. If not add a shared link to what you have done.
-
RE: trim opposite lot sizeposted in Questions & Answers
on trade tab, purple position closed - pink for each trade - close (partially)
-
RE: RSI cross x> 30 and 2 round to buy ?posted in Questions & Answers
What do you mean cross 1 & 2 & round?
-
RE: locating price levelsposted in Questions & Answers
Round number detector block, never used but I think this is the whole point of it
-
RE: Delete indicator with a button in Backtestposted in Questions & Answers
Ok but add the EA to the template, different settings/different indicators/different names, should load all required when it's needed
-
RE: Multiple trades on custom indicatorposted in Questions & Answers
Yes, or set one to buys and one to sells
-
RE: Multiple trades on custom indicatorposted in Questions & Answers
To limit this to only one trade at a time, use the same group number.

-
RE: calculate and display total lotposted in Questions & Answers
Yes put the variable in a comment block
-
RE: Multiple trades on custom indicatorposted in Questions & Answers
You need to be more specific on what you are trying to achieve, is this an indicator you have, or do you want to create conditions in an EA to do something?
-
RE: Problem in Constantsposted in Questions & Answers
Sorry, I didn't notice your shared link before, you have a mixture of the same name constants and variables

-
RE: 'toDigits' - some operator expectedposted in Questions & Answers
Would need to see where you are on your project, but this normally means something is trying to use a variable/constant that hasn't been created
-
RE: Import Indicatorposted in Questions & Answers
What do you mean exactly? explain what you have done so far.
-
RE: Problem in Constantsposted in Questions & Answers
To have someone look at this you need to say the error you are having, and the likely blocks would be a help
-
RE: Can any body help creating EAposted in Questions & Answers
There are a few guaranteed concepts in this, start by testing 1 at a time,
1st _ no-trade - condition (candle 0 close < envelope lower) - sell, no-trade - condition (candle 0 close > envelope upper) - buy.
Then add the 2nd option, pink for each trade - pips away - buy or sell pending
Then the 3rd, ontrade tab, purple trade closed - buy or sell.
Test on backtest then add a shared link if not working, and say the problem, you can then finalise
