Search results

  1. M

    programming language designed for trading?

    Hello. I am not sure if I can post the link here. There a message in your pm box. Mikel
  2. M

    programming language designed for trading?

    Hello Have you tried Visual´s Chart, vba module. code example. If .GetMarketPosition(0) = 0 And .Close > .GetIndicatorValue(BollingerBandsData, 0, 2) Then .Buy AtMarket, ContractsNumber End If If .GetMarketPosition(0) = 0 And .Close <...
  3. M

    Excel help ... I will pay :)

    Hello. Wouldn´t it be enough to put the following code in your system. Exitlong at Limit .get entry price - Lossfilter LossFilter must be previously declare as parameter Dim LossFilter As Double '10 in the first option and you will be able to chose the amount of points to set...
Back
Top