Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

rpmfxtrader

Members
  • Content Count

    6
  • Joined

  • Last visited

Posts posted by rpmfxtrader


  1. When I save a map on a 60 minute chart I use:

     

    Value1 = ADE.SaveMap(Class,GetSymbolName,ADE.BarInterval);

     

    The problem is it's saving the file as class1min.csv

     

    Then when I try to bring it up using

     

    Value3 = ADE.GetBarInfo(Class, GetSymbolName, 60, ADE.BarID, AvgMap3); //1hr

     

    It say it can not find the class data...

     

    any suggestions?

     

    Thank you


  2. I've saved class data. I can open the csv file at C:\ADE\Data

     

    However, when I try to load the saved file in easylanguage I get "No data available for Class" error.

     

    I can see the class name listed with

     

    GetFileSymbols(Class,myListS);

     

    and it's interval as well.

     

    I just can't load the data. :crap:

     

    Any suggestions on how to debug this?

     

    ---update

     

    It happens when I close MC and open it backup. I lose access to the Class data that I stored. Any help would be great!

     

    Thanks

    Matt

     

    Indicator Code

     

    Inputs: Data2toADE(false),
     addMostRecentRPMData(true);
    Vars:
    Class("RPM"),   // identifies our metrics with a unique name
    InfoMap(MapSC.New), // used to pass data to ADE
    InfoMap2(MapSN.New);
    
    
    // Put the information we want to store in our InfoMap
    if Data2toADE then begin
    Value1 = MapSN.Put(InfoMap2, "RPMValue", close data(2));
    
    // Tell ADE to store this info for the current symbol and bar interval
    Value1 = ADE.PutBarInfo(Class, GetSymbolName, ADE.BarInterval,	ADE.BarID, InfoMap2);
    Value1 = ADE.SaveMap(Class, GetSymbolName, ADE.BarInterval);
    end;
    
    Plot1(_RPMValue);
    

     

    _RPMValue Function

     

    Vars:
    Class("RPM"),   // identifies our metrics with a unique name
    InfoMap(MapSC.New), // used to pass data to ADE
    InfoMap2(MapSN.New),
    
    ADE.getbarInfo(Class,GetSymbolName,ADE.BarInterval,ADE.BarID,infoMap2); 
    value2  = MapSN.Get(infoMap2,"RPMValue"); 	
    _RPMValue = value2;


  3. Sentiment readings for this AM:

    It is very useful free fundamental info. It moves opposite of major price moves which is much easier to understand from seeing it on a chart (see attached exmple).

    Free live charts updated hourly.

     

    Useful for all trading strategies, Elliott, swing, R&S, fundamental, Gann etc.

     

    +1.78 means 1.78 buyers for every seller

    -1.78 means 1.78 sellers for every buyer

     

    USDCHF: 1.97 slowly increasing all week

    EURUSD: 1.36, peaked for wk on Tuesday as bottom pickers bought into the price drop

    AUDUSD: 1.02 fairly steady, peaked wed at 1.26 as traders bought into the price drop

    GBPUSD: 1.269, very slight increase over week as price had steady decline

    USDCAD: 1.83, steady decline over 2 weeks (3.02 on 3/11), and price trend up since 3/17

    USDJPY: 1.269, week started at 1.698 and decline as price shot up

    EURJPY: 1.698, up form week start of 1.57, price increasing

    5aa70ff124250_elliottwaveexampofsentimentvsprice.thumb.PNG.c5612efbe906f7b1f24f77e089d8f85f.PNG


  4. UK CPI is being released at 5:30 EST and no major surprises are expected. There are some interesting indicators lining up. It will be interesting to watch the price reaction.

    Sentiment position is 1.1 buyers for every seller.

    Potential right shoulder of a head and shoulder forming.

    Elliot wave count: Wave 2 of a 4 hr W5 down potentially completing.

    Current retracement / price correction potentially near completion.

    8 hours to go before the setup can be confirmed.

    5aa70fee27102_UKCPIsetup3-22.thumb.PNG.d38ff8499f8b64baedfa472ce680983c.PNG

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.