Waar vind ik een marktliquiditeit van EA of indy?
Results 1 to 2 of 2

Thread: Waar vind ik een marktliquiditeit van EA of indy?

  1. #1
    Hallo

    Ik probeer een wanhopige binnen- of expert-adviseur die me toestaat om zelfs Forex-activiteiten uit te voeren.

    we weten dat forex erg actief is wanneer Europa en Amerika open is, maar ik zou graag zien dat deze activiteit met getallen zoals een maatstreepje en volume over de downdown van de upticks gaat. voorbeeld krijgt een waarde van 100 heeft de maximale activiteit van forex daarom zullen onze waarden # 8203; # 8203; vari�ren van 0 tot 100.
    heeft iemand dit spul al in het forum geprogrammeerd?
    dank je

  2. #2
    Op zoek naar een indior of ea die hier is wat ik deed. Ik zoek de hoogste volumes, maar ik kan een volume niet op en neer vinden. Ik maak ergens een fout omdat ik nul vind en er verschijnt niets in mijn grafiek, maar met de afdruk weet ik dat ik het volume heb. Hier is de code. dankjewel voor je hulp. #property indior_separate_window #property indior_buffers 2 #property indior_minimum 0 #property indior_color1 SteelBlue #property indior_color2 Rode dubbele UpTicks []; dubbele downticks []; dubbel tempo = 0; dubbele plus_haut = 0; dubbele UpTickseu []; dubbele DownTickseu []; dubbele UpTicksgj []; dubbele DownTicksgj [];/ ----------------------------------------------- ------------------- /| Custom indior initialisatie functie |/ ----------------------------------------------- ------------------- int init () {//IndiorShortName (TicksVolume); SetIndexBuffer (0, upticks); SetIndexBuffer (1, DownTicks); SetIndexStyle (0, DRAW_HISTOGRAM, 0,1); SetIndexStyle (1, DRAW_HISTOGRAM, 0,1); SetIndexLabel (0, upticks); SetIndexLabel (1, DownTicks); return (0); }/ ---------------------------------------------- -------------------- /| Aangepaste indior de�nitialisatiefunctie |/ ----------------------------------------------- ------------------- int deinit () {ObjectDelete (UpTicks1); ObjectDelete (DownTicks1); ObjectDelete (UpTicks2); ObjectDelete (DownTicks2); Commentaar(); return (0); }/ ---------------------------------------------- -------------------- /| Teken Volume Indior |/ ----------------------------------------------- ------------------- int start () {ObjectDelete (UpTicks1); ObjectDelete (DownTicks1); ObjectDelete (UpTicks2); ObjectDelete (DownTicks2); int i, counted_bars = IndiorCounted ();/---- controleren op mogelijke fouten als (counted_barslt; 0) return (-1);/---- de laatst getelde balk wordt opnieuw weergegeven als (counted_barsgt; 0) counted_bars--; int limit = Bars-counted_bars; for (i = 0; ilt; limit; i ) {UpTickseu [i] = (iVolume (AUDJPY, PERIOD_M1,0) (iClose (AUDJPY, PERIOD_M1,0) -iOpen (AUDJPY, PERIOD_M1,0))Punt)2; DownTickseu [i] = iVolume (AUDJPY, PERIOD_M1,0) -UpTickseu [i]; UpTicksgj [i] = (iVolume (EURJPY, PERIOD_M1,0) (ISluit (EURJPY, PERIOD_M1,0) -iOpen (EURJPY, PERIOD_M1,0))Point)2; DownTicksgj [i] = iVolume (EURJPY, PERIOD_M1,0) -UpTicksgj [i]; UpTicks [i] = UpTickseu [i] UpTicksgj [i]; DownTicks [i] = DownTickseu [i] DownTicksgj [i]; } Afdrukken (upticks =, UpTicks [0], down ticks =, DownTicks [0]); string BV = BUY VOLUME: DoubleToStr (UpTicks [0], 0) ; tekenreeks SV = VERKOOPVOLUME: DoubleToStr (DownTicks [0], 0) ; tempo = iVolume (EURUSD, PERIOD_M1,0) iVolume (GBPJPY, PERIOD_M1,0); if (tempogt; plus_haut) plus_haut = tempo; Afdrukken (tempo =, tempo, plus haut =, plus_haut); ObjectCreate (UpTicks2, OBJ_LABEL, WindowFind (TicksVolume), 0,0); ObjectSetText (UpTicks2, StringSubstr ((BV), 0), 7, Tahoma Bold, White); ObjectSet (UpTicks2, OBJPROP_CORNER, 0); ObjectSet (UpTicks2, OBJPROP_XDISTANCE, 5); ObjectSet (UpTicks2, OBJPROP_YDISTANCE, 15); ObjectCreate (DownTicks2, OBJ_LABEL, WindowFind (TicksVolume), 0, 0); ObjectSetText (DownTicks2, StringSubstr ((SV), 0), 7, Tahoma Bold, White); ObjectSet (DownTicks2, OBJPROP_CORNER, 0); ObjectSet (DownTicks2, OBJPROP_XDISTANCE, 5); ObjectSet (DownTicks2, OBJPROP_YDISTANCE, 25);/---- return (0); }/ ---------------------------------------------- --------------------

Similar Threads

  1. Hulp nodig om Indy te optimaliseren
    By alvarusoxgnificus in forum Cryptocurrencies
    Replies: 5
    Last Post: 13:47,
  2. Replies: 1
    Last Post: 15:45,
  3. Op zoek naar real-time inkoopverkoopsterkte indy
    By emoxnoya in forum Cryptocurrencies
    Replies: 4
    Last Post: 14:43,
  4. Gezocht: waarschuw Indy voor X-pips in X-balken
    By alchus in forum Cryptocurrencies
    Replies: 0
    Last Post: 21:40,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.