tell me which setting makes it possible to open opposite signals in one pair
AUD/CAD, AUD/CHF, AUD/JPY, AUD/NZD, EUR/USD, CAD/CHF, CAD/JPY, CHF/JPY, EUR/AUD, EUR/CAD, EUR/CHF, EUR/GBP, EUR/JPY, EUR/NZD, GBP/AUD, GBP/CAD, GBP/CHF, GBP/JPY, GBP/NZD, GBP/USD, NZD/CAD, NZD/CHF, NZD/JPY, NZD/USD, USD/CAD, USD/CHF, USD/JPY, AUD/USD
MagicGirl dashboard 221 replies
Help with dashboard style indicator 2 replies
Dashboard indicators 4 replies
Dashboard Indicator Required 1 reply
Dashboard/Grid in lower indictor window 6 replies
DislikedDears, I have a question Can I use PINs in multi condition like this : signal 1 = Pin1 + Pin3 signal 2 = Pin 2 + Pin 4 Signal 3 = Pin 5 ?? and this is my last week dashboard {image}Ignored
DislikedHello friends, I need pin for two moving averges cross over signal...when at exact crossover happne...on close bar... any help pls..Ignored
Disliked{quote} if you use JagzFX_EAX_MUX_v1_03.ex4 indicator for merge the your pins ( signal 1 = Pin1 + Pin3..) and while active pin1, pin2,pin3... and while active "Any entry" ...why not.Ignored
Disliked{quote} Thanks a billion , It is great question 1 : what does mean "time frame for Tdesk" ? question 2 : How do I know which one was opened by which signal ? I guess , something like comment part in history of position {image}Ignored
Disliked{quote} Absence of signal is when there's no signal at all. I guess it can be what you call neutral signal, yes (and I remember that you wrote about having a neutral signal, and it seems it was already there undercover as absent. BTW, neutral sounds better that absent.. I'll think about renaming it... no promises though) Missing/lost signal is when the original signal (which originated the order) is not there anymore, it could be because it's opposite or absent.
Ignored
Disliked{quote} Ragusa. Perhaps this is something to continue on. Doesn't need PIN.mqh, has the two different options in it, it runs on a timer and you can select the run period. If you turn both options to false you get a very twitchy signal.{file} {file} {image}
Ignored
DislikedHi Leviticus83 I am using your pins such as 1-Leviticus83_EAX_AroonOscillator_v1.02 + OFFLINE 2-Leviticus83_EAX_Chaikin Money Flow Histo_v1.02 + OFFLINE 3-Leviticus83_EAX_MBFX_Timing_v1.02 4-Leviticus83_EAX_xSuperTrend_v1.00 + OFFLINE all above giving good positive entry signals, no bugs noted. But first one gives opposite signals which is not an issue i am using JagzFX_EAX_MUX to converting signals to opposite signals. Thanks all for this best PİNS Thank you in advanceIgnored
DislikedHi Leviticus83 pls see attached screenshot. I am using since 1st of January. {image}Ignored
DislikedHi Leviticus83 No problem I will use with MUX, but just worried all your pins will be expiring end of this month. Thanks in advanceIgnored
Now about the calculation of the period's open line zone. I thought it is nonsense to have signal immediately above/below the open line zone so what I did is this:
if(
Use_Open_Line_level_0 == true && CLOSE > (LVL_0 + Atr_F) && CLOSE < (LVL_0 + (2*Atr_F))
)
signal=LONG;
else
if(
Use_Open_Line_level_0 == true && CLOSE > (LVL_0 - (2*Atr_F)) && CLOSE < (LVL_0 - Atr_F)
)
signal=SHORT; Why I count this pin very important (even game changing) in creating my trading systems is this – say that I use ordinary 23,38,61,78,100 fibo levels for my trades. We all know that usually price goes somewhere between 100 percent of average range (not talking about extraordinary moves when price hits 200 or even 300 percent of average move). So. If we have day when it's daily move was straight from open line to 100 percent level and we use 2% of ATR for every zone above, then we get these nice numbers - 5 zones * 4% ATR of each = 20% of useful zones for entries! Where is remaining 80%? I don't need it in my trading and I can actually apply a PARETTO principle of 20/80 in practice when the only price zones that are interesting to consider my trades fall into these 20%! ![]()
![]()
![]()
Please let me know your thoughts, ideas and feedback on this pin. They are very appreciated.
Wishing green pips to all!
P.S. the expiry date of pin is December 31, 2020. (Reason for that is in Aeseme's first post re. paid pins. I hold to the same position.)
Disliked{quote} Can you help me with it please? How to do it? Where to take that PIN?Ignored