and why you dont set right "spread" values in tester for different digit brokers?
if you need 10pips spread for 3 digits broker in XAGUSD, set spread 100 (100points=10pips)
if you need 10pips spread for 2 digits broker in XAGUSD, set spread 10 (10points=10pips)
... I dont think yet that here is problem with EA ...

Posts made by miro1360
-
RE: TWO DIGITS PAIRSposted in Questions & Answers
-
RE: Why does the description field appear as the variable name?posted in Questions & Answers
name is name of constants
when is something in description, it is how it will be displayed in EA settings, when description is empty, default name is displayed -
RE: TWO DIGITS PAIRSposted in Questions & Answers
I still think that this is not problem, maybe other members can say more about that ...
-
RE: Why does the description field appear as the variable name?posted in Questions & Answers
this is how it should works ...
-
RE: XAG and XAU two digitposted in Questions & Answers
I now compared your and my chart, and I see that you are using broker, where 10 points == 10 pips ...

try set points related to your broker, I dont know how other pairs are quoted, but this XAGUSD should be as this: (for your broker)

rules are working, but you need set them right for your broker
-
RE: TrendLine by Angle (Ray right) not working!posted in Questions & Answers
these rays are crazy
I did not get them working -
RE: XAG and XAU two digitposted in Questions & Answers
I am not sure why it is not working for you ... this example with standard point rules worked for me:
https://fxdreema.com/shared/muR7PLNKc
XAGUSD is here 3 digits
-
RE: Working with Custom Indicatorposted in Questions & Answers
indicator have candle ID for each value, current candle have ID 0, previous have ID 1, etc ... future candles have -1, -2, etc. (these are used for Alligator because it plots something into future) ...

-
RE: renko w and m patternposted in General Discussions
you must learn a lot of basic and indermediate stuffs if you want create these patterns (because they have abstract part in itself) ... or if you like you can create all pattern combinations, but this needs a lot of blocks ...
simple example for well known renko pattern:
https://fxdreema.com/shared/rzbjlfvWd
Buy/Sell trade is opened if no trade Buy/Sell exist ...and note one important thing, Renko repaints - so dont expect 100% accuracy with renko (your only friend can be forward test with demo) ...
-
RE: How many candles above RSI 50 level at last 20 bar?posted in Questions & Answers
check my history replies, somewhere I did examples for similiar answer, try search "array" or "arrays" or "loop" or "loop array" .. something like that

-
RE: How can I identify next Monday?posted in Questions & Answers
add variable which can working as "switch", reset this switch once per monday (set value to 1)
when indicators conditions are active, set switch value to 0
add this "switch" as condition for for Fridays session -
RE: Trade Taken - Wrong Magic Number?posted in Questions & Answers
it is controlled by fxdreema EA, even different EAs from fxdreema can collaborate with magic numbers and groups (in case they are right used)
magic number is sent with order to broker (manually opened trade have magic = 0)
yes, say EA have magic 1000, trades with empty group have magic number 1000 (without change), but trades with group 1 have magic 1001, group 2 are 1002, and so on
yes, when are you using groups, you must use magic number with consideration of no conflict between them
-
RE: Trade Taken - Wrong Magic Number?posted in Questions & Answers
I think you are using "groups" -- groups are working with magic numbers ...


