Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Share service trying to send a picture

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

    Share service trying to send a picture

    Code:
    if(State == State.Realtime)
    {
    Share("Twitter", "Sell");
    Share("Twitter", "The instrument name is "+Instrument.FullName+" and the current price is "+Close[0]);
    }
    This is my code.
    No matter what I do, it keeps on trying to send a damn screenshot and never sends the tweet.

    Heres my results:
    Code:
    The image at location 'orderId='0c9fd98dd26a4b5fa7a8057f5a19f5ef' account='Sim101' name='Close' orderState=Filled instrument='MES 03-22' orderAction=Sell orderType='Market' limitPrice=0 stopPrice=0 quantity=1 tif=Day oco='' filled=1 averageFillPrice=4310 onBehalfOf='' id=13985 time='2022-03-01 23:06:47' gtd='2099-12-01' statementDate='2022-03-01'' cannot be found.
    The image at location 'Filled' cannot be found.
    The image at location 'orderId='a14a7e072251434a892da92881014acf' account='Sim101' name='' orderState=Filled instrument='MES 03-22' orderAction=Buy orderType='Market' limitPrice=0 stopPrice=0 quantity=1 tif=Day oco='' filled=1 averageFillPrice=4310.5 onBehalfOf='' id=13987 time='2022-03-01 23:07:16' gtd='2099-12-01' statementDate='2022-03-01'' cannot be found.
    The image at location 'Filled' cannot be found.
    The image at location 'orderId='945749e92d5c4101abb7c00c30b215f3' account='Sim101' name='Close' orderState=Filled instrument='MES 03-22' orderAction=Sell orderType='Market' limitPrice=0 stopPrice=0 quantity=1 tif=Day oco='' filled=1 averageFillPrice=4311.5 onBehalfOf='' id=13989 time='2022-03-01 23:28:56' gtd='2099-12-01' statementDate='2022-03-01'' cannot be found.
    The image at location 'Filled' cannot be found.
    Its driving me crazy. thanks


    #2
    figured it out

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    35 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    13 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    19 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    22 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X