Desarrollo de software > Scripts y utilidades
RSI and +DI / -DIandnbsp; andnbsp; andnbsp; Expert AdviserThe goal is to have an EA that takes trades when the market is trending, based on the RSI, and the +DI, or andndash; DI. Expert Properties/Inputs -Variables I must be able to change without additional programming: RSI Bullish (52) RSI Bearish (48) RSI Period (60 min) ADX (+DI / -DI) Period (60 min) +DI / -DI Barrier (25) Lots (1 lot per trade) Buy/Sell take profitandnbsp; andnbsp; (50 pips) Buy/Sell stop loseandnbsp; andnbsp; (30 pips) Trail amount (20pips) Trail start (15pips) Break even option (true/false) Trigger the order after candlestick close (True/False) Entry rules: 1. - If RSI>= 52, and +DI>= 25, trigger buy stopandnbsp; andnbsp; (after bar closed if variable set to true). 2. - If RSI<= 48, and andndash; DI>= 25, trigger sell stop (after bar closed if variable set to true). 3. - Ifandnbsp; andnbsp; +DI / -DI is decreasing DO NOT TAKE NEW TRADES. 4. - Ifandnbsp; andnbsp; +DI / -DI is increasing and > +DI / -DI Barrier (25), then open a new trade. Exit rules: 1. -andnbsp; andnbsp; If price reach target (take profit). 2. -andnbsp; andnbsp; If Trailing stop hits target. 3. - If price reach Stop lose. Example: 1. - Letandrsquo; s say the RSI = 38, and the andndash; DI >= 25. Once the candlestick closes (if variable set to (true)), a sell stop should be triggered. If this conditions persist and andndash; DI keep increasing, at the end of this candlestick (when closed, if variable set to true) another order (sell stop) should be triggered. This pattern should continue until conditions are NOT met. Note: Once the andndash; DI start to decrease, NO MORE TRADES WILL OPEN. 2. - Letandrsquo; s say the RSI = 58, and the +DI >= 25. Once the candlestick closes (if variable set to (true)), a buy stop should be triggered. If this conditions persist and +DI keep increasing, at the end of this candlestick (when closed, if variable set to true) another order (buy stop) should be triggered. This pattern should continue until conditions are NOT met. Note: andnbsp; andnbsp; Once the +DI start to decrease, NO MORE TRADES WILL OPEN. Should you have any questions, please contact meThank you, Daniel
Publicado el lunes 6º de febrero a las 5:52pm
I need to archive, compress, and transfer a series of files Amazon Web Services - Simple Storage (AWS S3). andnbsp; andnbsp; A directory contains a large number of files with a group identifier embedded within each filename. andnbsp; andnbsp; For example, the directory contains a list of files like: file_red_00001. txt file_red_00002. txtfile_blue_00001. txtfile_blue_00002. txtfile_green_00001. txtfile_green_00002. txt... Where the identifiers are blue, red and green. Using a Python script, I need to archive, compress, and transfer the files to AWS S3 by identifier. andnbsp; andnbsp; An example mapping from file to archive and AWS S3 buck/folder is shown below. Filenames, Archive, AWS location (bucket/folder) *red*. txt, red. tar. gz, bucket/red*blue*. txt, blue. tar. gz, bucket/blue*green*. txt, green. tar. gz, bucket/greenAssumptionsThe developer can make the following assumptions: The script should be serial in that it should archive, compress and transfer one group of files before moving onto the second group and the third gropuThe bucket is already created and availableThe folders within the bucket are not created. andnbsp; andnbsp; The script should create one folder per identifierVariablesThe script should include the following list of variables easily by the end user at the top of the Python script: Bucket nameList of identifiersAWS credentialsCompression format Suggested ToolsI request the develop use the follow list of tools: Python 2.6. 5Boto library for Python (https://github. com/boto/boto)
Publicado el lunes 6º de febrero a las 3:07pm
Hi, We have a need for a visual basic developer to fix some issues with Excel and Access when migrating it from XP to 2007/2010. First, I need a summary of what the issues are and how it affects companies during migration. Secondly, I need to know what experiences you have as a developer in fixing these issues. The first - summary, I will pay $3 per person for a detailed 1-2 pages and then will interview you for a upcoming work. So, to be clear: 1) please provide a summary of your knowledge of vb issues and macros with migrating it from xp to 20072) based off those summaries, I 'll pay you to provide me with a deeper summary of you knowledge of the issue/research. I 'll provide further questions for this. This will include any experiences, research, plan of attack, resolution, and any thing else you would like to add as a subject matter expert, and so on. 3) I 'll select developers to do upcoming jobs based of their job experience and summaries/research. Thanks in advance.
Publicado el lunes 6º de febrero a las 1:20am