Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Leaderboard

Popular Content

Showing content with the highest reputation on 04/26/2026 in all areas

  1. All the cycles knwes for Amibroker 7.00.1 64 bit. Put the 2 files in the include folder. https://e.pcloud.link/publink/show?code=XZIa4iZr1tVcwIx3c7t3IwDpuWrkLVRCXIk
    5 points
  2. These indicators might be useful to some. There are 4 total. The ReversalScalper. The Flow Edges. The Flow Breaks and, the Power Bars. Basically, he took his well-known and famous Orderflow stuff and turned it into easy following buy/sell arrows, instead of having the Orderflow stuff cluttering all your charts. Do be mindful with the Scalper. It means exactly just that, scalping. So dont be greedy. Set reasonable profit targets. I do not personally use them so I have no idea how good or effective they are. Dont forget to enable your Tick Replay option. Thanks. https://limewire.com/d/V6GuF#N2jsGB8ZR4 Might wanna add a few of your favorite indicators to filter out "not-to-enter" signals. I played with it a bit today. As you can see, which signals to avoid and which signals to take.
    4 points
  3. It don't work because it's a 32 bit application. But you can go here: https://indo-investasi.com/topic/97657-aflwizexe-for-amibroker-registration/ and register the 64 bit AFLWiz.exe version. Have a good week end. Per gli italiani: Buon 25 aprile.
    2 points
  4. Please change the colors of the objective lines. {Elliott Wave ABC Bullish Pattern (Third Wave)} MinA := Input(“Minimum of wave A =”, 0, 1000000, 6316.9); MaxA := Input(“Maximum of wave A =”, 0, 1000000, 6618.3); RetracementB := Input(“Wave B Retracement =”, 0, 1000000, 6534.6); WaveCMinTarget := RetracementB + ((MaxA - MinA) * 0.618); WaveCMedTarget := RetracementB + ((MaxA - MinA)); TargetCTip:=RetracementB+((MaxA-MinA)*1.272); TargetCHigh:=RetracementB+((MaxA-MinA)*1.618); TargetCHigh; TargetCTip; WaveCMedTarget; WaveCMinTarget {Bearish Elliott Wave ABC (Third Wave)} MaxA := Input(“Maximum of wave A =”, 0, 1000000, 7002.3); MinA := Input(“Minimum of wave A =”, 0, 1000000, 6130); RetracementB := Input(“Wave B Retracement =”, 0, 1000000, 6525); WaveCMinTarget := RetracementB - ((MaxA - MinA) * 0.618); WaveCMedTarget := RetracementB - ((MaxA - MinA)); TypicalTargetWaveC := RetracementB - ((MaxA - MinA) * 1.272); MaxTargetWaveC := RetracementB - ((MaxA - MinA) * 1.618); WaveCMinTarget; WaveCMedTarget; TypicalTargetWaveC; MaxTargetWaveC {Bullish Elliott Waves (Fifth Wave)} Min1 := Input(“Wave 1 Low =”, 0, 1000000, 6316.9); Max1 := Input(“Wave 1 High =”, 0, 1000000, 6609.7); Retracement2 := Input(“Wave 2 Retracement=”, 0, 1000000, 6474.9); Max3 := Input(“Wave 3 High=”, 0, 1000000, 7219.8); Retracement4 := Input(“Wave 4 Retracement=”, 0, 1000000, 6960); FifthWaveMax:=Retracement4+(Max1-Min1)*2.618; FifthWaveMinTarget :=Retracement4+(Max1-Min1)*1.618; FifthWaveTip:= (Max3-Min1)+Retracement2; FifthWaveHigh:=(Max3-Min1)*0.618+Max3; FifthWaveMax; FifthWaveHigh; FifthWaveTip; FifthWaveMinTarget {Bearish Elliott Waves (Fifth Wave)} Max1 := Input(“Wave 1 High =”, 0, 1000000, 7002.3); Low1 := Input(“Wave 1 Low =”, 0, 1000000, 6775.5); Retracement2 := Input(“Wave 2 Retracement=”, 0, 1000000, 6952.5); Minimum3 := Input(“Wave 3 Minimum=”, 0, 1000000, 6316.9); Retracement4 := Input(“Wave 4 Retracement=”, 0, 1000000, 6618.1); FifthWaveMax := Retracement4-(Max1-Low1)*1.618; FifthWaveTipTarget := Retracement2 - (Max1 - Minimum3); MaxFifthWaveTarget := Retracement2 - (Max1 - Minimum3) * 1.272; FifthWaveTipTarget; MaxFifthWaveTarget; FifthWaveMax
    1 point
  5. Here it is, along with a few templates: https://workupload.com/file/FSFVW4By4Mu
    1 point
  6. Sorry tradingsol for the misunderstanding. Sure all the file AFL for the version of 32 bit of Amibroker will working very well in the 64 bit version of Amibroker. But if you have a .dll for the 32 bit it don't works in the 64 bit of Amibroker.
    1 point
  7. Try this. Go here: https://www.amibroker.com/download.html and install Microsoft Visual C++ 2022 runtime.
    1 point
  8. can make your own form these if you like also VolumeDetector.zipAdvancedVolumeProfile (1).zip AnchoredVP.zip NSL_Market_Depth_Order_Flow (3).zip DeltaLadder.zip
    1 point
  9. Here it is. https://e.pcloud.link/publink/show?code=XZ3JqvZcxstWrRq9abUM6mmBpD9huiuaQfy
    1 point
  10. Sorry chullankallan but I don't have the 32 bit version of Amibroker 7.00.1. You can use Amibroker 6.35.1 32bit.
    1 point

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...