| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | I want to assign that to a variable, that then will be used in code that I already know how to do, but am having problems assigning the exact price at a time. Please Help, it would be appreciated. | ||
| |
|
| | #2 | ||
![]() | Re: Easylanguage Help Code: input: specific.time(600); var: specific.price(0); if TIME = specific.time then specific.price = close;
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
moneymarkets (08-15-2011) | ||
| | #3 | ||
![]() | thanks for your quick response if time =opentime then begin openprice=open; end; With above I got different prices on different time frames? Last edited by moneymarkets; 08-15-2011 at 03:51 PM. | ||
| |
|
| | #4 | ||
![]() | Re: Easylanguage Help Quote:
just replace the keyword "CLOSE" with "OPEN". Code: input: specific.time(600); var: specific.price(0); if TIME = specific.time then specific.price = OPEN; if you are using a 5 min chart, the bar 0600 starts at 0555 and ends at 0600. if you are using a 1 min chart, the bar 0600 starts at 0559 and ends at 0600. forget about tick charts, it is a different animal.
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
moneymarkets (08-15-2011) | ||
| | #5 | ||
![]() | Re: Easylanguage Help Thanks again. | ||
| |
|
| | #6 | ||
![]() | Re: Easylanguage Help Quote:
tradestation, OEC, etc., can do analysis down to the minute level, while MultiCharts can drill down to the seconds level. when you are using tick charts, you are basically dealing with sub-minute analysis. if the x time is a session opening, then it is easy to find/pinpoint that trade.
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| | #7 | ||
| Re: Easylanguage Help As far as the coding goes (keep in mind I am very new at EL and programming at all): (1) If I put the strategy I have written on a fifteen minute chart, it only trades (in and out) on a fifteen minute time ie 10:00, 2:15 etc. (2) The code I wrote is not trading only after an inside bar. It is trading more often than that. (3) I don't know how to do anything other than a fixed stop. I'd like to code this to stop a tick or two (best if I could optimize that) above or below the bar previous to the inside bar. I would assume I use a variable for the high or low price of that bar and then add or subtract a tick to it or something like that, but I don't quite have my head wrapped around it. Most important: A BIG thanks to anybody who could help! | |||
| |
|
| | #8 | ||
![]() | Re: Easylanguage Help Quote:
1. hire a professional programmer 2. learn to do it yourself (and with help from forums like this). to do the second method, you have to first get yourself started. ie. go get the manual, get the ebooks... go through the examples in the ebooks. Then give your idea a try. you can get the ebooks from either tradestation or MultiCharts website. They are free.
__________________ Only an idiot would reply to a stupid post Last edited by Tams; 08-17-2011 at 11:47 AM. | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Antonio: Please help me on MP for easylanguage | nasdaq5048 | Market Profile | 13 | 09-23-2010 09:50 AM |
| Easylanguage at What Price | trader273 | Coding Forum | 1 | 05-22-2010 11:23 PM |
| Median in Easylanguage | trader273 | Coding Forum | 9 | 04-06-2010 01:43 PM |
| Looking For Coder That Knows MQL & EasyLanguage | CafeTrader | Coding Forum | 3 | 03-18-2009 07:05 PM |
| Some EasyLanguage Help Please | jjthetrader | Coding Forum | 8 | 06-02-2008 04:20 PM |