Announcement

Collapse
No announcement yet.

Two trading ideas

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Two trading ideas

    Hi,
    I'm glad to share with you two trading tools I coded for my own trading.
    Massimo

    /*
    Provided by Massimo Rizzi
    Massimo Rizzi Tools - MRT
    14 October 2012
    I thought this tool to be used when you think you're reaching a bottom of prices and then a reverse !!!
    Can be used also with a long opened position to set a stop level.

    You can set a Floor Level, an Entry Level and a Stop Level.
    Only after close(0) <= Floor Level, the strategy will serch for an entry when the prices will go up Entry Level.

    When long the strategy will flatten at Stop Level, to buy again long when up the Entry Level.

    With buttons you can change Levels when in trade.

    You can set a starting time and an ending time for your trading window, and the value of your tick.

    Remember, you must add your correct buy an sell orders, at your own risk.

    */
    Provided by Massimo Rizzi
    Massimo Rizzi Tools - MRT
    14 October 2012
    I thought this tool to be used when you think you're reaching a top of prices and then a reverse !!!
    Can be used also with a short opened position to set a stop level.

    You can set a Roof Level, an Entry Level and a Stop Level.
    Only after close(0) >= Roof Level, the strategy will serch for an entry when the prices will go down Entry Level.

    When short the strategy will flatten at Stop Level, to sell again short when down the Entry Level.

    With buttons you can change Levels when in trade.

    You can set a starting time and an ending time for your trading window, and the value of your tick.

    Remember, you must add your correct buy an sell orders, at your own risk.

    */
    MRT_EntryLong_Touch_Floor_And_Up_wStop.efsMRT_EntryShort_Touch_Roof_And_Down_wStop.efs
Working...
X