- Search Metals Mine
-
jagzuk replied Mar 9, 2021No, I don't think so. I think your chart scaling is incorrect! If you place two copies of the ADX into one chart window they do not automatically use the same scale. You need to adjust both indicators to the same scale, e.g. 0 - 100 as shown below. ...
JagzFX Free Trading Tools
-
jagzuk replied Mar 8, 2021I thought about that, but because the headers on my pins are set during initialization I need to re-write more of the code to do that and it was going to take longer, I thought I'd put something out and see if there was any interest. Since there is, ...
JagzFX Free Trading Tools
-
jagzuk replied Mar 8, 2021Hi Lee, I've tweaked my MIG pin to work like a sluice gate and block all signals until a minimum number is reached. Might be of use. Jagz
MADdash (Moving Average Distance)
-
jagzuk replied Mar 8, 2021JagzFX_PIN_MIG_v1.01 After seeing this post by Lee (LifeHunt3r), I have updated the Majority Input Gate, adding the option to switch between directional(original) and non-directional mode(new). In non-directional mode, the pin counts the number of ...
JagzFX Free Trading Tools
-
jagzuk replied Mar 8, 2021Here is something to try: JagzFX_PIN_2ADX_v1_00 Dual ADX to determine increasing or decreasing trend strength. Please be aware that the output from the 2ADX pin is NOT to buy or sell, it is trade or do not trade. EAX does not understand this kind of ...
JagzFX Free Trading Tools
-
jagzuk replied Mar 8, 2021Hi, this is an interesting use of the ADX to determine increasing/decreasing trend strength. I see what I can do.
JagzFX Free Trading Tools
-
jagzuk replied Mar 4, 2021Yes, just include the parameters you need to change.
JagzFX Free Trading Tools
-
jagzuk replied Mar 4, 2021Hi, I'll assume that you want to trade the stochastic reversal. i.e. the lines crossing down whilst above the 80-level is a sell signal, crossing up whilst below the 20-level is buy? You can approach this by breaking it down into two parts, the ...
JagzFX Free Trading Tools
-
jagzuk replied Feb 26, 2021Hi, PINS use global variables which are shared across all charts on the same MT4 app. In short, you cannot have two PINs on the same PIN number or they will conflict with each other ... as you now know :-) Hope this helps Jagz
JagzFX Free Trading Tools
-
jagzuk replied Feb 26, 2021Hi Hut, I cannot determine why these trades were opened, so here are a few things to do: 1) Do you have any other PINS loaded, on another chart perhaps? This can happen if you have another PIN set on the same channel, i.e. PIN1. 2) If there are no ...
JagzFX Free Trading Tools
-
jagzuk replied Feb 25, 2021Hi, you can prevent division by zero errors like this: if(avg!=0) return (volume/avg)*100; else return 0;
Dashboard EAX
-
jagzuk replied Feb 25, 2021Hi, Firstly this will depend on how you are trading. Are you trading baskets or individual positions? A basket stop loss for basket trading is quite easy: $10 on a $1000 account is a 1% risk. To cover you for emergencies such as loss of connection ...
Dashboard EAX
-
jagzuk replied Feb 24, 2021Your clue is where it says Total orders: 30 of 28. EAX has exceeded the max allowed orders so Auto turn red to indicate that it has reached the limit. You will also see Auto turn red when other limits are reached such as max winning/losing baskets, ...
Dashboard EAX
-
jagzuk replied Feb 24, 2021OK, I can see an issue: you need to enable the EAX Auto Close options. image image
JagzFX Free Trading Tools
-
jagzuk replied Feb 24, 2021Also, you might want to turn on Alerts in One PIN, then you will know if the PIN has tried to send a signal to EAX which has been ignored.
JagzFX Free Trading Tools
-
jagzuk replied Feb 24, 2021Hmm, Lets check EAX settings first. Please post a screenshot of EAX, so I can review your Close and PIN settings. Thanks.
JagzFX Free Trading Tools
-
jagzuk replied Feb 24, 2021Hi, Testing your indicator with One PIN, I noticed a lot of signal alerts popping up (actually I heard my PC pinging in the middle of the night!). This seems to be because the indicator has alerts turned on by default. Because the PIN calls the ...
JagzFX Free Trading Tools
-
jagzuk replied Feb 24, 2021Hi Lev! Great to see you here, and bit thanks for all you contributions here on FF. Regarding the persistent GVs, that is by design. When using EAX with "exit on signal lost" changes to the PIN settings can cause all GVs to be cleared, which closes ...
JagzFX Free Trading Tools
-
jagzuk replied Feb 23, 2021Hi, mostly ok I think, but check you have the correct PIN mode. It looks like you have it set to AvM (Buffer A versus MAofA) which is comparing the CCI value to an MA calculated by the PIN itself. However, it sounds like you want to compare the CCI ...
JagzFX Free Trading Tools