Search results

  1. B

    [Urgent] eSignal keep providing wrong data for HK Futures, any better service provider?

    eSignal keep providing wrong data of AO price and CLOSE for Hong Kong Hang Seng Index Futures since 7th, Aug, any better data service provider suggest?
  2. B

    Amibroker Q about the Sup/Res position Display in advance at the market close

    Which one of the fornums should be more suitable for this Post? Thanks!
  3. B

    Amibroker Q about the Sup/Res position Display in advance at the market close

    Amibroker Q about the Sup/Res position Display in advance at the market close Hi, All I am Using Amibroker. Normally, the calculated Sup/Res Position will only be displayed after the next day market opened and got the Daily Open price. I would like to ask how can I show the tomorrow Sup/Res...
  4. B

    Question about Amibroker - How to write "Cut Loss Twice then stop Auto-Trade"

    Hi, All I am using Amibroker I would like ask how to write a program part that can - stop auto trade after Cut Loss Twice I tried to make it by the embedded function "Apply stop loss" but it seems dun have this function Many Thanks!! Regards, Ben
  5. B

    Amibroker function "stylearea" how to make the highlighted area to be transparent

    Amibroker function "stylearea" The highlighted area covered all the indicators and text now How to make the highlighted area to be transparent? Many Thanks
  6. B

    Amibroker - How to set the chart only show morning session by Program

    i would like to write the program that the chart will eliminate the data of night session and only show the day session and the other chart show both day and night session I dun wanna change the database session as i wanna collect the night session data as well Thanks
  7. B

    Amibroker - How to set the chart only show morning session by Program

    Hi, all I am using Amibroker. How can I set the chart only show the morning session by Program without changing the database setting? I wanna have one chart showing both Morning and Night Session. And another chart is showing the morning session only. Many Thanks! Ben
  8. B

    Amibroker trade with ib Controller during both Day time and RTH

    I would like to change the code to allow place order outside RTH How to amend the following code? sID = ibc.PlaceOrder( ticker, "Buy", tradepos, "MKT", 0, 0, "Day", True, TradeTickSize, ""); Thanks!!! outsideRTH - if specified means that order will trigger not only during Regular Trading...
  9. B

    How can Auto Trade at multi IB account with ib-Controller

    I used to trade with Amibroker n ib Controller at IB Any method for doing Auto Trade at multi IB accounts with ib-Controller? Many Thanks!!!
  10. B

    How to use eSignal data at IB-TWS?

    eSignal Data is connected to IB-TWS already but can anybody teach me to show the futures code at IB-TWS? e.g. HSIV14-HKF (code in eSignal) code in IB HSIV4-FUT-HKFE-HKD I wanna watch the view the quote and place order on either eSignal Trading Platform or IB-TWS Many Thanks!!!
  11. B

    Amibroker Exploration program

    Oh.....Many Thanks for your kindly help!!!
  12. B

    Amibroker Exploration program

    I want to explore by RSI(14) first, if RSI(14) is bullish or berish, then show both MA45 and MA 100 too else if RSI(14) is neutral, the stocks are not shown on the exploration result How to change the program? Also, for the function of SetSortColumns, can i sort the stocks by column(3)...
  13. B

    Time exit for Amibroker

    buystartcon = (Ref(L,-1)<Ref(bs,-2) AND Ref(C,-1)>Ref(bs,-2))AND (NOT MarketClose); shortstartcon = (Ref(H,-1)>Ref(bs,-2) AND Ref(C,-1)<Ref(bs,-2))AND (NOT MarketClose); if (buystartcon OR shortstartcon==True ) { Buy=Cross(C,bs)<=sincemko AND Ref(C,-1)>Ref(bs,-1) AND (NOT MarketClose)...
  14. B

    Time exit for Amibroker

    Haha...I tried and get it done la. Thanks for help!!! Hey ST, I used to trade HK market, how about you?
  15. B

    Time exit for Amibroker

    Hey ST.M I got another question that yesterday Close<MA(50) but today gapup, Close >MA(50) and it BUY immediately.... If for intraday trade, I want to make it cross the MA(50) within trading hours, then begin day trade, how to write it? Many Thanks!!!
Back
Top