You're welcome.
Posts made by l'andorrà
-
RE: エントリーがうまくいかないposted in Questions & Answers
Personally I didn't find any viable solution through the years. Maybe using a long period RSI crossing another longer period RSI, but volatility usually kills any profit in the long run. I would not recommend trading below 4H, honestly.
-
RE: エントリーがうまくいかないposted in Questions & Answers
The only reasonable solution I found over the years is limiting those MA crossing based strategies to high time frames. From 4H up. Otherwise, what you found is simply inevitable.
-
RE: 買いエントリーがうまくできないposted in Questions & Answers
And are those distances points or pips? Can you please use the exact same lot size but multiply those distances by 10? Does it work normally then?
-
RE: Trade entry off of fibonacci ret. MT5posted in Questions & Answers
Some considerations here:
- You can remove the 'pass' block on top. It's unnecessary.
- You should use a 'For each object' block on top of blocks 9 and 10. There you should select the name of the fibo object.
That should make it work.
-
RE: How do I find the highest and lowest levels for each Monday?posted in Questions & Answers
@enderya You can use this block to filter all Mondays:

-
RE: Trade entry off of fibonacci ret. MT5posted in Questions & Answers
Can you please share the link to the project? I will take a look at it.
-
RE: Stuck on Process - What's next after FXDreema?posted in General Discussions
I asked myself those exact same questions years ago, and my personal conclusion is that you need to accept a trade off. The more symbols you want to test/optimize, the less different strategies you can try. It's that's frustratingly simple. I you want to test first and then optimize a strategy, you definitely need good quality data. Otherwise, simply forget it. That requires a lot of time and patience, as well as money.
After years of trial and error (ie wasted money and time) I decided to focus on one kind of market only and ignore all the other unless someone else provides a good and tested idea. In my case I'm focused on forex only, not indexes, not stock, not crypto. Then I close my focus on intra day trading only and finally I concentrate on trend strategies only. I sounds simple, but trust me, there is a whole universe there to explore. Why those options and not others? Just for personal reasons. That is the kind of trading I feel more comfortable on. Because of that I selected a dozen of symbols to try, and that's it. All the other are excluded unless someone else tells me something really good about one of those I don't even look at. This combination of criteria makes my trading life more bearable.

I hope this helps.
-
RE: Pending Order Expiry by N candlesposted in Questions & Answers
@sktsec You're right. Probably using the shift box should be the answer.
-
RE: FxDreema exports issuesposted in Bug Reports
That's weird. That doesn't happen to me. Can you please share the link to the project?
-
RE: Pending Order Expiry by N candlesposted in Questions & Answers
@Chase_Collins That means the block is not working correctly. You should contact the admin to let him know this issue. Mean while you can use this structure instead:

-
RE: Pending Order Expiry by N candlesposted in Questions & Answers
@Chase_Collins Sure. You can do it this way:

-
RE: PENDING ORDER ON MOVING AVERAGEposted in Questions & Answers
If your indicator is a continuous line on the chart, you can check the position of that indicator at the opening of each new candle. Then delete the pending order from the previous candlestick and program a new one on the indicator's new position.
-
RE: Question on Money Management Buy/Sellposted in Questions & Answers
That depends on your block logic. Can you please share the link to your project?
-
RE: 買いエントリーがうまくできないposted in Questions & Answers
Can you please tell me what values are you using for your lot size and profit/loss targets?
-
RE: How do I find the highest and lowest levels for each Monday?posted in Questions & Answers
You will need variables to store those values. Are you familiar with variables?
-
RE: Backtesting Issue on Daily Chart with ICMarketsposted in Questions & Answers
Can you please share the link to your project? I will review it.
-
RE: how i can use this macd in fxdream please. i want to use value when blue line cross red line above 0 or below 0 for sell or buyposted in Questions & Answers
The only way to do it is by importing a mq5 or ex5 file format into your fxDreema account. AFAIK that is not possible through Tradingview, but maybe I'm wrong.