- Search Metals Mine
-
PlSoft replied Aug 28, 2025image The change starts to provide accurate information. The update will be here soon...
Currency Strength Indicator
-
PlSoft replied Aug 25, 2025image This alert hasn't been released. Something is still missing in the code. I have entered a new modification, we'll see. image image
Currency Strength Indicator
-
PlSoft replied Aug 24, 2025image This is my job, to find in these lines a logical thread that, if repeated continuously, can give the desired results. until next time
Currency Strength Indicator
-
PlSoft replied Aug 24, 2025I've never demonstrated my results. I enjoy analyzing data to program a system that tries to keep me from ruining my accounts.
Currency Strength Indicator
-
PlSoft replied Aug 24, 2025image All currencies listed in these two buttons take on the zone.csi alert. This is a position that most often ensures good price strength.
Currency Strength Indicator
-
PlSoft replied Aug 24, 2025image It will take a few days for these global variables to fill in. Then the signals will have historical consistency.
Currency Strength Indicator
-
PlSoft replied Aug 24, 2025Here's one of the many examples you'll find stored in the indicator's CSV files. image Unfortunately, I'm reading very different values from yours to my system. You'll see what happens. image Always monitor sideways breakouts that form over ...
Currency Strength Indicator
-
PlSoft replied Aug 24, 2025Try it now. I added the code to fix the error. You should read this data. file image
Currency Strength Indicator
-
PlSoft replied Aug 23, 2025image Hi, I need the line number I highlighted to correct the error. I can't read it.
Currency Strength Indicator
-
PlSoft replied Aug 23, 2025Hello! Check the terminal for any errors. All indicators are calculated internally, those on the graph are only used to display the active ones. The dashboard looks strange in this condition. image Until next time.
Currency Strength Indicator
-
PlSoft replied Aug 21, 2025image Let's see what happens in the next few days.
string fix = adrsignals[SymbolFind(symbol)].Xbit; bool bit0 = (StringGetCharacter(fix, 0) == '1'); bool isConfDwBrk1 = (s1 == "conf.Dw.brk"); bool isBrkUp2 = (s2 == "brk.Up"); ...Currency Strength Indicator
-
PlSoft replied Aug 21, 2025//
Lettura bit bool bit0 = (StringGetCharacter(fix, 0) == '1'); // CSI zone bool bit1 = (StringGetCharacter(fix, 1) == '1'); // CSI forte bool bit2 = (StringGetCharacter(fix, 2) == '1'); // CSI debole bool bit3 = ...Currency Strength Indicator
-
PlSoft replied Aug 21, 2025image Hello. Its name is no longer BOX. In this version, a number appears: AUDNZD +4 EURGBP -4 Both symbols show the current price inside the BOX.
Currency Strength Indicator
-
PlSoft replied Aug 21, 2025Edited and aligned to the indicator. image file
Currency Strength Indicator
-
PlSoft replied Aug 8, 2025Today's signs. image With yesterday's update the CPU has been able to handle overloads whenever they have arisen.
Updated bit[0] logic and added a +2 point bonus for signal counting. image image See you next time.Currency Strength Indicator