Scammers like to make people happy and crazy.
Posts made by biztet
-
RE: OMG....$10 to $10k++ profits in 5 minutesposted in Questions & Answers
-
RE: OMG....$10 to $10k++ profits in 5 minutesposted in Questions & Answers
Yes pros can do that, but not in 5 minutes. It's just trader's luck.
-
RE: Cracking an EAposted in Questions & Answers
Can you backtest the ea? Try to learn from it's entries/strategies. Then you can make one. Or else you can share it here for others to try it.
-
RE: CHALLENGE MAKE FXDREEMA VERSION OF THIS EA OR SIMILAR TO THISposted in Questions & Answers
@ontradingx, I'm sure you know there are huge differences, pros and cons between pure coding and using generator like fxdreema. Since i don't have knowledge in coding, this is my only platform for me to make my own ea using my own strategy that i can think of easily.
-
RE: Trailling Stop (How to use)posted in Tutorials by Users
Nice work @OntradingX.
Good for you @AlphaOmega.
-
RE: 3 difference Moving average combinationposted in Questions & Answers
{
When its cross its need to know the MA’s combination. In this situation its (highest to lowest):
1 = MA 2
2= MA 10
3 = MA 5
4 = MA 20. This means sell.
If :
1= MA 10
2 = MA 2
3 = MA 5
4 = MA 20
Means buy for exampleWhen MA 2 cross MA 10 its buys or sell one time. Its repeat when its cross another.
}When i read this, does it mean the buy@sell signal valid when ma2 crosses above@below ma10?
The condition for buy is when 10>2>5?
And the condition for sell is when 2>10>5?What is the condition for ma20 then?
Is it when the candle close above@below ma20? -
RE: sclaping tradingposted in Questions & Answers
@Hiten7405 you can either use pending order or martingale system.
-
RE: 3 difference Moving average combinationposted in Questions & Answers
Well i don't think so @William-1 . Could you share the detail sop to open the buy/sell trades?
-
RE: Stochastic Levelsposted in Questions & Answers
Yes @Jeffkaas , since you need to change the parameters, the indicator must be in the MyIndicator in fxdreema.
-
RE: How to get the signal of the arrows when it is on the candle ID1 ?posted in Questions & Answers
Sorry i don't get it. Is there 2 indicators here or just 1?
-
RE: How to get the signal of the arrows when it is on the candle ID1 ?posted in Questions & Answers
Yeah.. I want to know too.
-
RE: Closing an order always with a positive value.posted in Questions & Answers
@OntradingX have you tried other broker? Or if there is any broker that doesn't have swap@commission. Because you close in dollar, not pips. I think there should be no problem.
-
RE: Stochastic Levelsposted in Questions & Answers
You will need mq4 file to make it changeable in fxdreema.
-
RE: How to get signal from this indicator?posted in Questions & Answers
No problem @ambrogio . I couldn't get the arrow, so i just use other object to open trades.
-
RE: Using custom SnD indicatorposted in Questions & Answers
Or maybe it's just a candle ID, hahaha.
Sorry I'm not a coder. I'm just a fxdreema user. -
RE: Using custom SnD indicatorposted in Questions & Answers
You just need to compare the backtest result with the one when you placed on the chart at the same date. If it is same, then you can use it. And if not, up to you to evaluate the indicator.
-
RE: Using custom SnD indicatorposted in Questions & Answers
Isn't it like macd with a special setting?
-
RE: Using custom SnD indicatorposted in Questions & Answers
Yeah, maybe mt5 is the best solution for this type of indicator.